home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / one / setup.exe / {app} / cdconv.chm / mycss.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-06  |  1.1 KB  |  67 lines

  1. P  {
  2.     font-size : 12;
  3.     font-family : Arial;
  4.     font-weight : bold;
  5.     font-style : normal;
  6.     color : black;
  7.     text-decoration : none;
  8. }
  9.  
  10. H1  {
  11. font-size : 12;
  12.     font-family : Arial;
  13.     font-weight : normal;
  14.     font-style : normal;
  15.     color : black;
  16.     text-decoration : none;
  17.  
  18. }
  19.  
  20. H2  {}
  21.  
  22. H3  {}
  23.  
  24. A  {
  25.     font-size : 9;
  26.     font-family : Arial;
  27.     font-weight : bold;
  28.     font-style : normal;
  29.     color : blue;
  30.     text-decoration : none;
  31.     float : none
  32.     position: static;
  33. }
  34.  
  35. A:Visited  {
  36.     font-size : 9;
  37.     font-family : Arial;
  38.     font-weight : bold;
  39.     font-style : normal;
  40.     color : #2E4E73;
  41.     text-decoration : none;
  42.     float : none
  43.     position: static;
  44. }
  45.  
  46. A:Active  {
  47.     font-size : 9;
  48.     font-family : Arial;
  49.     font-weight : bold;
  50.     font-style : normal;
  51.     text-decoration : underline;
  52.     float : none
  53.     position: absolute;
  54. }
  55.  
  56. A:Hover  {
  57.     font-size : 9;
  58.     font-family : Arial;
  59.     font-weight : bold;
  60.     font-style : normal;
  61.     color : blue;
  62.     text-decoration : underline;
  63. }
  64.  
  65. BODY  {}
  66.  
  67.